home *** CD-ROM | disk | FTP | other *** search
/ Software 2000 / Software 2000 Volume 1 (Disc 1 of 2).iso / utilities / u258.dms / in.adf / UserDocs / Manual_Pages / Wait < prev   
Encoding:
Text File  |  1988-02-12  |  947 b   |  67 lines

  1.  
  2.  
  3.  
  4.      Wait(REL2)             ARP User's    Manual            Wait(REL2)
  5.  
  6.  
  7.  
  8.      NAME
  9.       Wait - Delay a specifed ammount of time
  10.  
  11.      SYNOPSIS
  12.       WAIT nnnn [SEC/SECS] [MIN/MINS] [UNTIL hh:mm:ss]
  13.  
  14.      DESCRIPTION
  15.       Wait will delay a specifed number of seconds or minutes, or
  16.       until    the specified time is reached.    This is    most often
  17.       used in EXECUTE batch    files for a delay.
  18.  
  19.       If no    arguement is specified,    WAIT will delay    1 second.
  20.  
  21.       If a number is specified, the    default    keyword    SECS is
  22.       assumed, and the delay will be for the specified number of
  23.       seconds.
  24.  
  25.       If the keyword MINS is specified, the    delay will be for the
  26.       requested number of minutes.
  27.  
  28.       If the keyword "UNTIL" is used, WAIT will wait until the
  29.       requested time within    the next 24 hours.
  30.  
  31.       You may only specify one of UNTIL, MINS, or SECS for WAIT.
  32.  
  33.      EXAMPLE
  34.       WAIT
  35.  
  36.       WAIT 10 secs
  37.  
  38.       WAIT UNTIL 3:00
  39.  
  40.  
  41.  
  42.  
  43.  
  44.  
  45.  
  46.  
  47.  
  48.  
  49.  
  50.  
  51.  
  52.  
  53.  
  54.  
  55.  
  56.  
  57.  
  58.  
  59.  
  60.  
  61.  
  62.  
  63.      Page 1                         (printed 2/22/88)
  64.  
  65.  
  66.  
  67.